Value

data class Value(text: String, range: SourceRange?)

Data for a simple selector (these are delimited by commas in a selector list).

Constructors

Value
Link copied to clipboard
fun Value(text: String, range: SourceRange? = null)

Properties

range
Link copied to clipboard
val range: SourceRange? = null
Value range in the underlying resource (if available).
text
Link copied to clipboard
val text: String
Value text.

Sources

jvm source
Link copied to clipboard